home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / m2 / Turbo_1.lha / modula / docs / LIB.README < prev    next >
Text File  |  1995-01-24  |  1KB  |  61 lines

  1. The linker file dice/dlib/amigas20.lib is infact for version 3.1 of the OS.
  2. This is because the unregistered version of DCC will only recognise
  3. the options -1.3 or -2.0.
  4.  
  5. The following functions (as well as all the 3.1 library call stubs) are
  6. available in the supplied amigas20.lib
  7.  
  8.   BeginIO
  9.   CreateExtIO
  10.   CreatePort
  11.   CreateTask
  12.   DeleteExtIO
  13.   DeletePort
  14.   DeleteTask
  15.   NewList
  16.   CallHook
  17.   DoMethod
  18.   DoSuperMethod
  19.   CoerceMethod
  20.   SetSuperAttrs
  21.   CallHookA
  22.   DoMethodA
  23.   DoSuperMethodA
  24.   CoerceMethodA
  25.   DeleteStdIO
  26.   CreateStdIO
  27.  
  28. The following functions are not implemented, they can be found in Commodores
  29. amiga.lib V40.14. Lib*Pooled functions are also in V39 of Exec.
  30.  
  31.   LibAllocPooled
  32.   LibCreatePool
  33.   LibDeletePool
  34.   LibFreePooled
  35.  
  36.   FastRand
  37.   RangeRand
  38.   AddTOF
  39.   RemTOF
  40.   waitbeam
  41.   afp
  42.   arnd
  43.   dbf
  44.   fpa
  45.   fpbcd
  46.   TimeDelay
  47.   DoTimer
  48.   ArgArrayDone
  49.   ArgArrayInit
  50.   ArgInt
  51.   ArgString
  52.   HotKey
  53.   InvertString
  54.   FreeIEvents
  55.   CheckRexxMsg
  56.   GetRexxVar
  57.   SetRexxVar
  58.   ACrypt
  59.   All AMIGA.LIB stdio functions.
  60.  
  61.